home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pibt40s1.arc / EMULTUSR.MOD < prev    next >
Text File  |  1987-10-05  |  2KB  |  26 lines

  1. (*----------------------------------------------------------------------*)
  2. (*          EMULTUSR.PAS --- Emulate User Terminal for PIBTERM          *)
  3. (*----------------------------------------------------------------------*)
  4.  
  5. PROCEDURE Emulate_User_Terminal;
  6.  
  7. (*----------------------------------------------------------------------*)
  8. (*                                                                      *)
  9. (*     Procedure:  Emulate_User_Terminal                                *)
  10. (*                                                                      *)
  11. (*     Purpose:    Controls user terminal emulation                     *)
  12. (*                                                                      *)
  13. (*     Calling Sequence:                                                *)
  14. (*                                                                      *)
  15. (*        Emulate_User_Terminal;                                        *)
  16. (*                                                                      *)
  17. (*      Remarks:                                                        *)
  18. (*                                                                      *)
  19. (*         You can replace this with something your own terminal        *)
  20. (*         emulation code.  Right now it simply calls dumb terminal.    *)
  21. (*                                                                      *)
  22. (*----------------------------------------------------------------------*)
  23.  
  24. BEGIN (* Emulate_User_Terminal *)
  25. END   (* Emulate_User_Terminal *);
  26.